home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / 2f.dir / 00015_Script_15 < prev    next >
Text File  |  1995-11-21  |  147b  |  10 lines

  1. on exitFrame
  2.   GLOBAL COUNT
  3.   IF COUNT<2 THEN
  4.     PUT COUNT+1 INTO COUNT
  5.     GO TO FRAME "L1"
  6.   ELSE
  7.     GO TO THE FRAME+1
  8.   END IF
  9.   
  10. end